home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / grafik / 3d & render tools / irit / man / man6 / textgeom.6 < prev    next >
Text File  |  1996-07-16  |  562b  |  22 lines

  1. .TH TEXTGEOM
  2.  6 "IRIT Version 6.0" 
  3. .SH NAME
  4. TEXTGEOM
  5.  
  6.  
  7.  
  8.  AnyType TEXTGEOM( StringType Str, VectorType Spacing, NumericType Scaling )
  9.  
  10. Creates a displayable geometry that represents the text in Str, with
  11. Spacing space between individual characters. Each character is scaled
  12. by Scaling where scaling of one generates a close to a unit size
  13. character.
  14.  
  15. Example:
  16.  
  17.     a = TEXTGEOM("Text", vector( 0.12, 0, 0 ), 0.1 );
  18.     b = TEXTGEOM("IRIT", vector( 0, -0.12, 0 ), 0.1 );
  19.  
  20. Creates an horizontal Text and a vertical top to bottom IRIT,
  21. both as geometrical objects.
  22.